home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / chip-cd_2002_01.zip / 01 / Multimedia / Focus 3.0 Photoeditor / _SETUP.1 / color1.css < prev    next >
Cascading Style Sheet File  |  2001-02-26  |  872b  |  82 lines

  1. a:link
  2. {
  3.     color: rgb(102, 0, 0);
  4. }
  5. a:active
  6. {
  7.     color: rgb(0, 102, 0);
  8. }
  9. a:visited
  10. {
  11.     color: rgb(0, 128, 128);
  12. }
  13. body
  14. {
  15.     background-color: rgb(255, 255, 255);
  16.     color: rgb(102, 51, 0);
  17. }
  18. table
  19. {
  20.     table-border-color-light: rgb(153, 102, 0);
  21.     table-border-color-dark: rgb(102, 0, 0);
  22. }
  23. h1
  24. {
  25.     color: rgb(102, 0, 0);
  26. }
  27. h2
  28. {
  29.     color: rgb(153, 102, 0);
  30. }
  31. h3
  32. {
  33.     color: rgb(153, 153, 0);
  34. }
  35. h4
  36. {
  37.     color: rgb(102, 0, 0);
  38. }
  39. h5
  40. {
  41.     color: rgb(153, 102, 0);
  42. }
  43. h6
  44. {
  45.     color: rgb(153, 153, 0);
  46. }
  47. button
  48. {
  49.     background-color: rgb(102, 0, 0);
  50.     color: rgb(255, 255, 255);
  51. }
  52. label
  53. {
  54.     color: rgb(102, 51, 0);
  55. }
  56. .mstheme-text
  57. {
  58. }
  59. textarea
  60. {
  61. }
  62. fieldset
  63. {
  64.     color: rgb(0, 0, 0);
  65. }
  66. legend
  67. {
  68.     color: rgb(153, 153, 0);
  69. }
  70. select
  71. {
  72.     color: rgb(0, 0, 0);
  73. }
  74. caption
  75. {
  76.     color: rgb(153, 153, 0);
  77. }
  78. th
  79. {
  80.     color: rgb(102, 51, 0);
  81. }
  82.